ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeMap<T> Class / Palette Property






In This Topic
    Palette Property (TreeMap<T>)
    In This Topic
    Gets or sets an array of default colors to be used in a tree map.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Palette As System.Collections.Generic.List(Of Object)
    'Usage
     
    
    Dim instance As TreeMap(Of T)
    Dim value As System.Collections.Generic.List(Of Object)
     
    value = instance.Palette
    public new System.Collections.Generic.List<object> Palette {get;}
    public read-only property Palette: System.Collections.Generic.List; 
    public hide function get Palette : System.Collections.Generic.List
    public: __property new System.Collections.Generic.List<Object*>* get_Palette();
    public:
    new property System.Collections.Generic.List<Object^>^ Palette {
       System.Collections.Generic.List<Object^>^ get();
    }
    Remarks
    The array contains strings that represent CSS colors. The array item type could be System.String or TreeMapItemStyle.
    See Also